runtime.mcache.stackcache (field)
18 uses
runtime (current package)
mcache.go#L59: stackcache [_NumStackOrders]stackfreelist
stack.go#L296: c.stackcache[order].list = list
stack.go#L297: c.stackcache[order].size = size
stack.go#L305: x := c.stackcache[order].list
stack.go#L306: size := c.stackcache[order].size
stack.go#L315: c.stackcache[order].list = x
stack.go#L316: c.stackcache[order].size = size
stack.go#L326: x := c.stackcache[order].list
stack.go#L332: c.stackcache[order].list = 0
stack.go#L333: c.stackcache[order].size = 0
stack.go#L390: x = c.stackcache[order].list
stack.go#L393: x = c.stackcache[order].list
stack.go#L395: c.stackcache[order].list = x.ptr().next
stack.go#L396: c.stackcache[order].size -= uintptr(n)
stack.go#L520: if c.stackcache[order].size >= _StackCacheSize {
stack.go#L529: x.ptr().next = c.stackcache[order].list
stack.go#L530: c.stackcache[order].list = x
stack.go#L531: c.stackcache[order].size += n
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |